bool ShowDialogSelectAssemblies( IntPtr ownerWindowHandle, out ICollection<IAbsoluteFilePath> applicationAssemblies )
Parameters
- ownerWindowHandle
 - The window handle of the parent window that shows the dialog.
 - applicationAssemblies
 - Application assemblies file paths choosen
 
Return Value
true if the user clicked OK, false if the user clicked Cancel.
